home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 July / EnigmA AMIGA RUN 20 (1997)(G.R. Edizioni)(IT)[!][issue 1997-07 & 08][EAR-CD IV].iso / earkit / misc / amtelnet / amtelnet.cd < prev    next >
Text File  |  1997-02-12  |  6KB  |  272 lines

  1. ;
  2. ; $VER: AmTelnet.cd 0.73 (26.11.96)
  3. ;
  4. ;
  5. ; Usefull strings
  6. ;
  7. MSG_OK (1001//)
  8. *_OK
  9. MSG_CANCEL (1002//)
  10. Cancel
  11. MSG_NO (1003//)
  12. _No
  13. MSG_YES (1004//)
  14. *_Yes
  15. MSG_RETRY (1005//)
  16. *_Retry
  17. ;
  18. MSG_MENU_PROJECT (2001//)
  19. Project
  20. MSG_MENU_ABOUT (2002//)
  21. About...
  22. MSG_MENU_ICONIFY (2003//)
  23. Iconify
  24. MSG_MENU_QUIT (2004//)
  25. Quit
  26. MSG_MENU_SETTINGS (2005//)
  27. Settings
  28. MSG_MENU_MUI (2006//)
  29. MUI Settings...
  30. MSG_MENU_EDIT (2007//)
  31. Edit
  32. MSG_MENU_COPY (2009//)
  33. Copy
  34. MSG_MENU_PASTE (2010//)
  35. Paste
  36. MSG_MENU_FULLSIZE (2011//)
  37. Full size window
  38. MSG_MENU_OPEN (2012//)
  39. Open connection
  40. MSG_MENU_CLOSE (2013//)
  41. Close connection
  42. MSG_MENU_SERVER (2014//)
  43. Enter server name
  44. MSG_MENU_PORT (2015//)
  45. Enter port number
  46. MSG_MENU_DEBUG (2016//)
  47. Debug
  48. MSG_MENU_ECHO (2017//)
  49. Local echo
  50. MSG_MENU_INIT (2018//)
  51. Initialize terminal window
  52. MSG_MENU_SAVEHOST (2019//)
  53. Save current server list
  54. MSG_MENU_SAVEPLAIN (2020//)
  55. Save window contents as plain text...
  56. MSG_MENU_SAVESTYLE (2021//)
  57. Save window contents with styles...
  58. MSG_MENU_8BIT (2022//)
  59. 8-Bit mode
  60. MSG_MENU_CRASLF (2023//)
  61. Return as CR+LF
  62. MSG_MENU_SPEED (2024//)
  63. Check output speed
  64. MSG_MENU_SWAPDELBS (2025//)
  65. Swap backspace & delete
  66. MSG_MENU_STARTAMFTP (2026//)
  67. Get new AmTelnet version...
  68. MSG_MENU_NEWAMTELNET (2027//)
  69. Open new window...
  70. MSG_MENU_RESETWINSIZE (2028//)
  71. Reset window size (80x25)
  72. MSG_MENU_EMULATION (2029//)
  73. Emulation...
  74. MSG_MENU_ANSI (2030//)
  75. ANSI X3.64-1979
  76. MSG_MENU_VT100 (2031//)
  77. VT100
  78. MSG_MENU_TTY (2032//)
  79. TTY
  80. MSG_MENU_LFASCRLF (2033//)
  81. Linefeed as CR+LF
  82. MSG_MENU_WRAP (2034//)
  83. Character wrap
  84. MSG_MENU_JUMPSCROLL (2035//)
  85. Jump scroll
  86. MSG_MENU_CURSOR (2036//)
  87. Cursor underlined
  88. MSG_MENU_XPRSEND (2037//)
  89. ZModem send file(s)
  90. MSG_MENU_XPRRECV (2038//)
  91. ZModem receive file(s)
  92. MSG_MENU_XFER (2039//)
  93. Transfer
  94. MSG_MENU_SAVEPREFS (2040//)
  95. Save settings...
  96. MSG_MENU_LOADPREFS (2041//)
  97. Load settings...
  98. MSG_MENU_SAVEPREFSDEFAULT (2042//)
  99. Save settings as default
  100. MSG_MENU_LOADPREFSDEFAULT (2043//)
  101. Load default settings
  102. MSG_MENU_XPRXSEND (2044//)
  103. XModem send file(s)
  104. MSG_MENU_XPRXRECV (2045//)
  105. XModem receive file(s)
  106. MSG_MENU_XFERPATH (2046//)
  107. Change transfer path
  108. MSG_MENU_FKEYS (2047//)
  109. Function keys...
  110. MSG_MENU_CHATBAR (2048//)
  111. Chat bar
  112. MSG_MENU_FUNCTIONS (2049//)
  113. Functions
  114. MSG_MENU_SENDLOGIN (2050//)
  115. Send username...
  116. MSG_MENU_SENDPW (2051//)
  117. Send password...
  118. MSG_MENU_SENDASCII (2052//)
  119. Paste from file...
  120. MSG_MENU_ANSI16 (2053//)
  121. ANSI (16 colours)
  122. ;
  123. ; Application stuff
  124. ;
  125. MSG_APP_DESC (3001//)
  126. AmTelnet Telnet Client
  127. MSG_APP_GUIDENAME (3002//)
  128. AmTelnet.guide
  129. ;
  130. ; About
  131. ;
  132. MSG_ABOUT_TITLE (4001//)
  133. AmTelnet · Copyright Information
  134. MSG_ABOUT_BUTTON (4002//)
  135. Close this window
  136. ;
  137. ; TCP Module / Error Codes
  138. ;
  139. MSG_TCP_FAILED (5001//)
  140. Unable to open a TCP/IP stack.\nYou must install AmiTCP, AS225r2 or a compatible\n\
  141. TCP/IP stack before you can use AmTelnet.
  142. MSG_ERROR_OPENFILE (5002//)
  143. Can't open file \"\033b%s\033n\"!
  144. MSG_APP_FAILED (5003//)
  145. Internal error:\nFailed to create MUI Application Object\nMUI Error code %ld\n\
  146. Please report this bug via email immediately to\nmerlin@vapor.com\n\
  147. State your system configuration and, if possible,\nthe circumstances which caused the bug.
  148. MSG_WIN_FAILED (5004//)
  149. Internal error:\nFailed to create MUI Window Object\nMUI Error code %ld\n\
  150. Please report this bug via email immediately to\nmerlin@vapor.com\n\
  151. State your system configuration and, if possible,\nthe circumstances which caused the bug.
  152. MSG_ERROR_MEMORY (5008//)
  153. Can't allocate memory!
  154. MSG_ERROR_NOTERM (5009//)
  155. Term.mcc Class is not installed in `MUI:Libs/MUI/Term.mcc' !\nPlease install first!
  156. MSG_ERROR_XPRLIB (5010//)
  157. \033cCan't open transfer library\n\"\033b%s\033n\".
  158. MSG_ERROR_SYSTEMS (5011//)
  159. \033c\033bCan't load host list.\033n\nWrong file format.
  160. MSG_ERROR_OLDTERM (5015//)
  161. You are using a old Term.MCC class (version %ld).\n\
  162. AmTelnet requires at least V%ld.\n\
  163. (If you've just installed a update, just reset your system,\n\
  164. and try again!)
  165. ;
  166. ; Main Window
  167. ;
  168. MSG_MW_TITLE (6001//)
  169. %s · not connected (%ldx%ld)
  170. MSG_MW_TITLE_CONNECT (6002//)
  171. %s · connected with \"%s\" (%ldx%ld)
  172. ;
  173. MSG_MW_OPEN (6010//)
  174. Open connection
  175. MSG_MW_CLOSE (6011//)
  176. Close connection
  177. MSG_MW_PORT (6012//)
  178.  Port:
  179. MSG_MW_SERVER (6013//)
  180.  Server:
  181. MSG_MW_EMULATION (6014//)
  182.  Terminal:
  183. ;
  184. ; Abort Window
  185. ;
  186. MSG_AW_TXT_ABORT (7001//)
  187. \033cConnecting to \033b%s\033n, Port \033b%s\033n\nPlease wait...
  188. MSG_AW_BUT_ABORT (7002//)
  189. Abort connection
  190. MSG_AW_TITLE (7003//)
  191. AmTelnet · Connecting...
  192. MSG_AW_TXT_GETTING (7004//)
  193. \033cConnection established.\n\033bPlease wait, getting data...
  194. ;
  195. ; telnet Messages
  196. ;
  197. MSG_LOOKUP (8001//)
  198. \r\n\033[0;32mCan't find '\033[1m%s\033[21m'!\033[0m\r\n
  199. MSG_CONNECTFAILED (8002//)
  200. \r\n\033[0;32mConnection to '\033[1m%s\033[21m', port '\033[1m%s\033[21m' failed! (Error %ld - %s)\033[0m\r\n
  201. MSG_CONNECTED (8003//)
  202. \033[H\033[J\033[0;32mConnection to '\033[1m%s\033[21m', port '\033[1m%s\033[21m' established.\033[0m\r\n
  203. MSG_CLOSED (8004//)
  204. \r\n\033[0;32mConnection closed.\033[0m\r\n
  205. ;
  206. ; Little Listview
  207. ;
  208. MSG_LV_DELETE (8101//)
  209. Delete
  210. MSG_LV_SELECT (8102//)
  211. Select
  212. MSG_LV_SORT (8103//)
  213. Sort
  214. MSG_LV_NEW (8104//)
  215. New
  216. MSG_LV_EDIT (8105//)
  217. Edit
  218. ;
  219. ; XFer Window
  220. ;
  221. MSG_XF_TITLE (9100//)
  222. AmTelnet · Transfer
  223. MSG_XF_FILENAME (9101//)
  224.  Filename:
  225. MSG_XF_FILESIZE (9102//)
  226.  Size:
  227. MSG_XF_BREAK (9103//)
  228.  Break transfer
  229. MSG_XF_INFO (9105//)
  230.  Info:
  231. MSG_XF_BYTES (9106//)
  232.  Bytes:
  233. MSG_XF_RATE (9107//)
  234.  Rate:
  235. MSG_XF_ERROR (9108//)
  236.  Errors:
  237. MSG_XF_EXPECTTIME (9110//)
  238.  Expected time:
  239. MSG_XF_ELAPSEDTIME (9111//)
  240.  Elapsed time:
  241. ;
  242. ; Edit Window
  243. ;
  244. MSG_EW_TITLE (9201//)
  245. AmTelnet · Edit Host
  246. MSG_EW_SHORTNAME (9202//)
  247.  Short name:
  248. MSG_EW_HOSTNAME (9203//)
  249.  Host name:
  250. MSG_EW_INFO (9204//)
  251.  Info:
  252. MSG_EW_PORT (9205//)
  253.  Port:
  254. MSG_EW_LOGIN (9206//)
  255.  Login:
  256. MSG_EW_PASS (9207//)
  257.  Password:
  258. MSG_EW_TERMIDENT (9208//)
  259.  Terminal type:
  260. ;
  261. ; Path Window
  262. ;
  263. MSG_PW_TITLE (9301//)
  264. AmTelnet · Transfer path
  265. MSG_PW_XFERPATH (9302//)
  266.  Transfer path:
  267. ;
  268. ; FKeys Window
  269. ;
  270. MSG_FK_TITLE (9401//)
  271. AmTelnet · Function keys
  272.